Extended Query: Parse Command: syntax?

Поиск
Список
Период
Сортировка
От M. Bastin
Тема Extended Query: Parse Command: syntax?
Дата
Msg-id a06110401bd13083fd60e@[192.168.0.101]
обсуждение исходный текст
Ответ на Re: FW: need help on stored procedures  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Ответы Re: Extended Query: Parse Command: syntax?  ("M. Bastin" <marcbastin@mindspring.com>)
Список pgsql-novice
When you send the query to be parsed I presume you must somehow tell
which elements of it are parameters.  How do you do this?

e.g.:   SELECT name, phone FROM friends WHERE age > 25;

How would I write this if "name" and "25" must be parameters?  Or if
the operator ">" should be a parameter or modifiable in another way?

(Is there a good tutorial site on the extended query language?  It
seems there's almost no information about this on the net.)

Thanks,

Marc

В списке pgsql-novice по дате отправления:

Предыдущее
От: Ennio-Sr
Дата:
Сообщение: [LONG] Need help on pg_dump!
Следующее
От: "M. Bastin"
Дата:
Сообщение: Re: Extended Query: Parse Command: syntax?